Version

SortContext<T,TColumnType> Class Members

The following tables list the members exposed by SortContext<T,TColumnType>.

Public Constructors
 NameDescription
Public ConstructorSortContext<T,TColumnType> ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCaseSensitiveSortGets if the sort will be case sensitive. Only applies to string columns. (Inherited from Infragistics.SortContext)
Public PropertyDataTypeGets the type of the object that is being sorted. (Inherited from Infragistics.SortContext)
Public PropertyPropertyTypeGets the type of the property that is being sorted on. (Inherited from Infragistics.SortContext)
Public PropertySortAscendingGets if the current sort is sorted ascending or descending. (Inherited from Infragistics.SortContext)
Public PropertySortPropertyNameGets a string describing the column which is sorted. (Inherited from Infragistics.SortContext)
Protected Properties
 NameDescription
Protected PropertyComparerA IComparer  
Protected PropertyConverterA IValueConverter  
Protected PropertyConverterParameterThe object to be used as the ConverterParameter for the Converter.  
Protected PropertyLambdaGets the current LambdaExpression describing this sort.  
Public Methods
 NameDescription
Public MethodAppendSort<TDataType>Overridden. Appends to this sort to the IOrderedQueryable sort  
Public MethodGetComparer<TComparisonType>Overridden. Provides the comparer associated with the SortContext<T,TColumnType>.  
Public MethodSort<TDataType>Overridden. Sorts a given IQueryable based on the currently sorted column.  
See Also